home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000461_news@columbia.edu_Mon Feb 6 18:36:14 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18307
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 8 Feb 1995 03:06:51 -0500
  3. Received: by apakabar.cc.columbia.edu id AA19901
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 8 Feb 1995 03:06:44 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!panix!news.mathworks.com!news.duke.edu!godot.cc.duq.edu!newsfeed.pitt.edu!gatech!swrinde!sgiblab!pacbell.com!amdahl.com!amd!netcomsv!lafn.org!lafn.org!ac388
  7. From: ac388@lafn.org (Charles Lease)
  8. Subject: Re: Kermit patch level indication?
  9. Message-Id: <1995Feb6.183614.24901@lafn.org>
  10. Sender: news@lafn.org
  11. Nntp-Posting-Host: lafn.org
  12. Reply-To: ac388@lafn.org (Charles Lease)
  13. Organization: The Los Angeles Free-Net
  14. References: <3grnfb$o5v@apakabar.cc.columbia.edu> <1995Jan27.211502.19910@lafn.org>
  15. Date: Mon, 6 Feb 1995 18:36:14 GMT
  16. Lines: 73
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19.  
  20. In a previous article, fdc@watsun.cc.columbia.edu (Frank da Cruz) says:
  21.  
  22. >In article <1995Jan27.211502.19910@lafn.org>,
  23. >Charles Lease <ac388@lafn.org> wrote:
  24. >>
  25. >>After obtaining the:
  26. >>   > ; For MS Kermit/IBM-PC Version 3.14, Patches 1-3, 22 Jan 1995
  27. >>msr314.pch file, and replacing the patch file distributed with the
  28. >>msvibm.zip MSKermit v3.14 distribution, I notice that the start-up
  29. >>message generated when MSKermit is initialized:
  30. >>   > Installing patches...
  31. >>   >  MS-DOS Kermit: 3.14 18 Jan 1995 patch level 0
  32. >>
  33. >The following has been added to our FAQ, since it seems to keep
  34. >coming up:
  35. >
  36. >Since the release of MS-DOS Kermit 3.14, there have been persistent reports
  37. >that patches don't seem to "stick".  That is, after giving a PATCH command,
  38. >the patch level is still reported as 0.  This can happen if the patch file is
  39. >transferred to the PC from a UNIX system in binary mode, so the lines end
  40. >with LF rather than CRLF -- DOS does not recognize the line boundaries and
  41. >therefore Kermit does not see valid patches.  Cure: make sure each line ends
  42. >with CRLF.  Fix it in an editor, or re-transfer the file in text mode.
  43. >
  44. >Also, remember there is no longer a need to rename the patch file to
  45. >MSKERMIT.PCH.  Since there are now three different Kermit executables, there
  46. >must be three corresponding patch files.  For version 3.14, these are:
  47. >
  48. >  MSR314.PCH  -- For full-featured KERMIT.EXE
  49. >  MSRM314.PCH -- For "medium-size" KERMITE.EXE
  50. >  MSRL314.PCH -- For "Kermit Lite" KERLITE.EXE
  51. >
  52. >Notice that each patch file includes the version number as part of its
  53. >name.  This allows you to run different versions of Kermit without confusion
  54. >about patching.
  55. >
  56. >- Frank
  57. >
  58.  
  59. Thanks to you and Armand (in later posting concerning patch indication)
  60. for your help with "Patch" installation. You were correct in
  61. indicating that patch file was in "UNIX" format rather than "DOS".
  62. I used a unix2dos utility to convert the <CR> to <CR><LF> and now
  63. the patch file installs correctly, leaving me at:
  64.  
  65.    Installing patches...
  66.     MS-DOS Kermit: 3.14 18 Jan 1995 patch level 3
  67.    MS-DOS Kermit 3.14 Initialization File...
  68.  
  69. I transferred the patch files in "binary" mode originally, since
  70. I was concerned that it might need to be that way to perform the
  71. patch process. I guessed wrong.
  72.  
  73. To help reduce this sort of problem in the future, I wonder if it
  74. might be a good idea to post a .zip archive of patches only, in
  75. addition to the unix format text files. The patches in the archive
  76. could be in the proper DOS format, as they are in the original
  77. distribution archive. I think if I had the choice to get one archive
  78. or the individual files, I would probably go for the archive. Are
  79. the .pch files used on any system other than DOS? C-Kermit is compiled,
  80. so patches wouldn't seem to be needed there.
  81.  
  82. A FAQ file was mentioned. Is that a part of the "printed" documentation,
  83. or is it available in on-line form? I haven't really seen a FAQ file for
  84. Kermit, but I haven't really be searching for it either. Guess I need to
  85. look for one.
  86.  
  87. Again thanks for the help. Kermit has always been a valuable resource to
  88. me, even from the earliest v2.26 (DOS) that I used.
  89.  
  90. -- 
  91. cdl [ac388@lafn.org] ...